-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigQuery:Fix deprecated warnings removed #5240
BigQuery:Fix deprecated warnings removed #5240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the integration tests are failing. I'm not sure if this failure is related to the change.
[ERROR] testQueryJobWithDryRun(com.google.cloud.bigquery.it.ITBigQueryTest) Time elapsed: 0.419 s <<< ERROR!
com.google.cloud.bigquery.BigQueryException: Already Exists: Table gcloud-devel:gcloud_test_dataset_temp_e14fb734_6eef_47d5_ab5d_80a1c86a4caa.test_query_job_table
at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:103)
at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.create(HttpBigQueryRpc.java:188)
at com.google.cloud.bigquery.BigQueryImpl$4.call(BigQueryImpl.java:267)
at com.google.cloud.bigquery.BigQueryImpl$4.call(BigQueryImpl.java:264)
at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105)
at com.google.cloud.RetryHelper.run(RetryHelper.java:76)
at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50)
at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:263)
at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:238)
at com.google.cloud.bigquery.it.ITBigQueryTest.testQueryJobWithDryRun(ITBigQueryTest.java:1408)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Codecov Report
@@ Coverage Diff @@
## master #5240 +/- ##
============================================
- Coverage 50.48% 50.48% -0.01%
+ Complexity 23876 23875 -1
============================================
Files 2258 2258
Lines 227473 227473
Branches 24978 24978
============================================
- Hits 114834 114833 -1
- Misses 104020 104021 +1
Partials 8619 8619
Continue to review full report at Codecov.
|
Works towards #4384